Package | surescripts.specialty |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General |
Url | http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General |
Status | active |
Date | 2021-08-23 |
Name | Bundle_SPOClinicalInformationResponse_General |
Experimental | False |
Description | This Bundle profile describes the components of the general SPOClinicalInformationResponse (aka general callback response), the message sent in response to every valid SPOClinicalInformationRequest (general) message. This message requests the following clinical information for the patient being prescribed a specialty medication -- current allergies/medications/problems and most recent clinical note/height/weight. The response to this message should contain (when information available) the appropriate AllergyIntolerance, Condition, MedicationStatement, and Observation resources representing the requested data for the patient of interest. |
Copyright | 2021 |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance | US Core AllergyIntolerance Profile |
http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference | US Core DocumentReference Profile |
http://fhirdocs.surescripts.net/fhir/StructureDefinition/MedicationStatement_SPOClinicalInformationResponse | MedicationStatement_SPOClinicalInformationResponse |
http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General | MessageHeader_SPOClinicalInformationResponse_General |
{
"resourceType" : "StructureDefinition",
"id" : "Bundle-SPOClinicalInformationResponse-General",
"url" : "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationResponse_General",
"name" : "Bundle_SPOClinicalInformationResponse_General",
"status" : "active",
"date" : "2021-08-23",
"publisher" : "Surescripts, LLC",
"description" : "This Bundle profile describes the components of the general SPOClinicalInformationResponse (aka general callback response), the message sent in response to every valid SPOClinicalInformationRequest (general) message. This message requests the following clinical information for the patient being prescribed a specialty medication -- current allergies/medications/problems and most recent clinical note/height/weight. The response to this message should contain (when information available) the appropriate AllergyIntolerance, Condition, MedicationStatement, and Observation resources representing the requested data for the patient of interest.",
"copyright" : "2021",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "cda",
"uri" : "http://hl7.org/v3/cda",
"name" : "CDA (R2)"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Bundle",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Bundle",
"path" : "Bundle",
"definition" : "A container for the collection of resources used to request general clinical information for a specialty enrollment."
},
{
"id" : "Bundle.id",
"path" : "Bundle.id",
"min" : 1
},
{
"id" : "Bundle.meta",
"path" : "Bundle.meta"
},
{
"id" : "Bundle.meta.lastUpdated",
"path" : "Bundle.meta.lastUpdated",
"min" : 1
},
{
"id" : "Bundle.type",
"path" : "Bundle.type",
"fixedCode" : "message"
},
{
"id" : "Bundle.timestamp",
"path" : "Bundle.timestamp",
"min" : 1
},
{
"id" : "Bundle.entry",
"path" : "Bundle.entry",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "resource"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:messageHeader",
"path" : "Bundle.entry",
"sliceName" : "messageHeader",
"short" : "The MessageHeader for the general SPOClinicalInformationResponse.",
"definition" : "The MessageHeader resource for the general SPOClinicalInformationResponse.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:messageHeader.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:messageHeader.resource",
"path" : "Bundle.entry.resource",
"short" : "The message header for SPOClinicalInformationRequest.",
"definition" : "The SPOClinicalInformationRequest MessageHeader.",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:allergies",
"path" : "Bundle.entry",
"sliceName" : "allergies",
"short" : "AllergyIntolerance resources containing active allergies/intolerances",
"definition" : "A set of AllergyIntolerance resources containing the active allergies/intolerances for a specific patient.",
"mustSupport" : true
},
{
"id" : "Bundle.entry:allergies.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:allergies.resource",
"path" : "Bundle.entry.resource",
"short" : "US Core AllergyIntolerance",
"definition" : "A US Core AllergyIntolerance resource",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
]
}
]
},
{
"id" : "Bundle.entry:problems",
"path" : "Bundle.entry",
"sliceName" : "problems",
"short" : "Condition resources containing active problems",
"definition" : "The Condition resources that represent the active problems for a patient.",
"mustSupport" : true
},
{
"id" : "Bundle.entry:problems.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:problems.resource",
"path" : "Bundle.entry.resource",
"short" : "US Core Condition resource",
"definition" : "A US Core Condition resource",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
]
}
]
},
{
"id" : "Bundle.entry:medications",
"path" : "Bundle.entry",
"sliceName" : "medications",
"short" : "MedicationStatement resources containing active medications",
"definition" : "The MedicationStatement resources that represent the current active medications for a patient.",
"mustSupport" : true
},
{
"id" : "Bundle.entry:medications.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:medications.resource",
"path" : "Bundle.entry.resource",
"short" : "MedicationStatement resource",
"definition" : "A MedicationStatement resource",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://fhirdocs.surescripts.net/fhir/StructureDefinition/MedicationStatement_SPOClinicalInformationResponse"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyHeight",
"path" : "Bundle.entry",
"sliceName" : "bodyHeight",
"short" : "Most recent body height",
"definition" : "The most recent body height measured for a patient.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyHeight.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyHeight.resource",
"path" : "Bundle.entry.resource",
"short" : "Observation for body height",
"definition" : "An Observation conforming to the vital-signs body height profile.",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/bodyheight"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyWeight",
"path" : "Bundle.entry",
"sliceName" : "bodyWeight",
"short" : "Most recent body weight",
"definition" : "The most recent body weight for a patient.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyWeight.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:bodyWeight.resource",
"path" : "Bundle.entry.resource",
"short" : "Observation for body weight",
"definition" : "An Observation conforming to the vital-signs body weight profile.",
"min" : 1,
"type" : [
{
"code" : "Resource",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/bodyweight"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:clinicalNote",
"path" : "Bundle.entry",
"sliceName" : "clinicalNote",
"short" : "DocumentReference for a clinical note",
"definition" : "The DocumentReference containing the most recent clinical note for a patient.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:clinicalNote.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:clinicalNote.resource",
"path" : "Bundle.entry.resource",
"short" : "US Core DocumentReference",
"definition" : "A US Core DocumentReference",
"type" : [
{
"code" : "Resource",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
]
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.